home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / misc~1 / 201 / context / errors.txt < prev    next >
Encoding:
Text File  |  1988-06-06  |  6.8 KB  |  182 lines

  1.     0: illegal character in source file
  2.     2: constant out of range
  3.     3: open comment at end of file
  4.     4: string terminator not on this line
  5.     5: too many errors
  6.     6: string too long
  7.     7: too many identifiers (identifier table full)
  8.     8: too many identifiers (hash table full)
  9.    20: identifier expected
  10.    21: integer constant expected
  11.    22: "]" expected
  12.    23: ";" expected
  13.    24: block name at the END does not match
  14.    25: error in block
  15.    26: ":=" expected
  16.    27: error in expression
  17.    28: THEN expected
  18.    29: error in LOOP statement
  19.    30: constant must not be CARDINAL
  20.    31: error in REPEAT statement
  21.    32: UNTIL expected
  22.    33: error in WHILE statement
  23.    34: DO expected
  24.    35: error in CASE statement
  25.    36: OF expected
  26.    37: ":" expected
  27.    38: BEGIN expected
  28.    39: error in WITH statement
  29.    40: END expected
  30.    41: ")" expected
  31.    42: error in constant
  32.    43: "=" expected
  33.    44: error in TYPE declaration
  34.    45: "(" expected
  35.    46: MODULE expected
  36.    47: QUALIFIED expected
  37.    48: error in factor
  38.    49: error in simple type
  39.    50: "," expected
  40.    51: error in formal type
  41.    52: error in statement sequence
  42.    53: "." expected
  43.    54: export at global level not allowed
  44.    55: body in definition module not allowed
  45.    56: TO expected
  46.    57: nested module in definition module not allowed
  47.    58: "}" expected
  48.    59: ".." expected
  49.    60: error in FOR statement
  50.    61: IMPORT expected
  51.    70: identifier supplied twice in import list
  52.    71: identifier not exported from qualifying module
  53.    72: identifier declared twice
  54.    73: identifier not declared
  55.    74: type not declared
  56.    75: identifier already declared in module environment
  57.    76: dynamic array must not be value parameter (TDI restriction)
  58.    77: too many nesting levels
  59.    78: value of absolute address must be of type CARDINAL
  60.    79: scope table overflow in compiler
  61.    80: illegal priority
  62.    81: definition module belonging to implementation not found
  63.    82: structure not allowed for implementation of hidden type
  64.    83: procedure implementation different from definition
  65.    84: not all defined procedures or hidden types implemented
  66.    85: name conflict of exported object or enumeration constant
  67.    86: incompatible versions of symbolic modules
  68.    88: function type is not scalar or basic type
  69.    90: pointer-referenced type not declared
  70.    91: tagfield type expected
  71.    92: incompatible type of variant constant
  72.    93: constant used twice
  73.    94: arithmetic error in evaluation of constant expression
  74.    95: incorrect range
  75.    96: range only with scalar types
  76.    97: type-incompatible constructor element
  77.    98: element value out of bounds
  78.    99: set-type identifier expected
  79.   100: declaation needs to much space
  80.   101: undeclared identifier in export list of module
  81.   102: range not belonging to basic type
  82.   103: wrong class of identifier
  83.   104: no such module name found
  84.   105: module name expected
  85.   106: scalar type expected
  86.   107: set too large
  87.   108: type must not be INTEGER or CARDINAL or ADDRESS
  88.   109: scalar or subrange type expected
  89.   110: variant value out of bounds
  90.   111: illegal export from program module
  91.   112: code block for modules not allowed
  92.   120: incompatible types in conversion
  93.   121: this type is not expected
  94.   122: variable expected
  95.   123: incorrect constant
  96.   124: no procedure found for substitution
  97.   125: unsatisfying parameters of substituted procedure
  98.   126: set constant out of range
  99.   127: error in standard procedure parameters
  100.   128: type incompatibility
  101.   129: type identifier expected
  102.   130: type impossible to index
  103.   131: field not belonging to record variable
  104.   132: too many parameters
  105.   134: reference not to a variable
  106.   135: illegal paramater substitution
  107.   136: constant expected
  108.   137: expected parameters
  109.   138: BOOLEAN type expected
  110.   139: scalar types expected
  111.   140: operation with incompatible type
  112.   141: only global procedure or function allowed in expression
  113.   142: incompatible element type
  114.   143: type incompatible operands
  115.   144: no selectors allowed for procedures
  116.   145: only function call allowed in expression
  117.   146: arrow not belonging to pointer variable
  118.   147: standard functio or procedure must not be assigned
  119.   148: constan not allowed as variant
  120.   149: SET type expected
  121.   150: illegal substitution to word parameter
  122.   151: EXIT only in LOOP
  123.   152: RETURN only in PROCEDURE
  124.   153: expression expected
  125.   154: expression not allowed
  126.   155: type of function expected
  127.   156: integer constant expected
  128.   157: procedure call expected
  129.   158: identifier not exported from qualifying module
  130.   159: code buffer overflow
  131.   160: illegal value for code
  132.   161: call of procedure with lower priority not allowed
  133.   198: CARDINAL constant expected
  134.   199: BITSET type expected
  135.   200: size of structured type too large for this processor
  136.   201: array index too large for this element type
  137.   202: array element size too large for this processor
  138.   203: array index type too large for this processor
  139.   204: subrange too large for this processor
  140.   206: illegal subrange type
  141.   207: case label range too large
  142.   208: global data too large for this processor
  143.   209: local data too large for this processor
  144.   210: paramater data too large for this procssor
  145.   211: offset of record field too large for this processor
  146.   300: index out of range
  147.   301: division by zero
  148.   303: CASE label defined twice
  149.   304: this constant not allowed at this level
  150.   400: expression too complicated (register overflow)
  151.   401: expression too complicated (code table overflow)
  152.   402: expression too complicated (branch too long)
  153.   403: expression too complicated (jumptable overflow)
  154.   404: too many globals, externals and calls
  155.   405: procedure or module body too long (codetable)
  156.   406: expression too complicated
  157.   923: standard procedure or function not implemented
  158.   924: parameter must not be accessed by a WITH
  159.   941: displacement overflow in index addressing mode
  160.   942: 32bit by 32bit multiply/divide not yet implemented
  161.   943: index range must not exceed positive integer range
  162.   944: jump too long (overflow in pc-relative offset)
  163.   945: offset too long (overflow in pc-relative offset)
  164.   946: FOR control variable is not of simple addressing mode
  165.   973: DOWNTO only implemented for step -1
  166.   974: step 0 in FOR statement
  167.   981: constant out of legal range
  168.   982: overflow/underflow in range/offset/address calculation
  169.   990: too many nested WITH's
  170.   991: CARDINAL divisor too large (max 8000H)
  171.   992: FOR control variable must not have byte size (for step <> -1 or 1)
  172.   993: INC,DEC not implemented with two arguments for byte variable
  173.   994: too many nested procedures
  174.   995: FOR step too large (max 7FFFH)
  175.   996: CASE label too large (max 7FFFH)
  176.   997: type transfer function not implemented
  177.   998: FOR limit too large
  178.   999: missing symbol file(s)
  179.   
  180.    
  181.   
  182.